You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
TMtx Class
>
TMtx Methods
>
TMtx.MeanCols Method
Dew Math for .NET
Example
TMtx.MeanCols Method
var A:
TMtx
; res:
TVec
; begin A := TMtx.Create; res := TVec.Create;
try
A.SetIt(2,2,
false
,[1,5, -3,6]); A.MeanCols(res);
// res = (-1.0, 5.5)
finally
A.Free; res.Free; end; end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home